SetTimezoneOverrideRequest

data class SetTimezoneOverrideRequest(timezoneId: String)

Represents request frame that can be used with Emulation#setTimezoneOverride operation call.

Overrides default host system timezone with the specified one.

See also

Constructors

SetTimezoneOverrideRequest
Link copied to clipboard
fun SetTimezoneOverrideRequest(timezoneId: String)

Properties

timezoneId
Link copied to clipboard
val timezoneId: String
The timezone identifier.

Sources

jvm source
Link copied to clipboard